home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo TickleX will be installed into a MANAGEX directory on this disk. If this
- echo disk doesn't have 2MB of free space, press Control-C to abort; otherwise,
- pause
- cls
- md \MANAGEX
- cls
- copy *.* \MANAGEX
- cd\MANAGEX
- cls
- ticklex t all
- ticklex p
- ticklex w
- ticklex m
- cls
- echo Now, go back to the directory that originally contained the TickleX files
- echo (before they were copied to the MANAGEX directory) and erase them.
- echo .
- echo .
- echo To use TickleX, always go to the MANAGEX directory on this disk and enter
- echo "TX xxx" (where xxx are your initials). For example, if your initials
- echo were ABC, you would enter "TX ABC" (without the quotes) to use TickleX.
- echo .
- echo .